home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / scn / p04pblk.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  310 b   |  18 lines

  1. #ifndef    _SCN_P04PBLK_H
  2. #define    _SCN_P04PBLK_H
  3.  
  4. #ifndef    _SIDEFS_H
  5. #    include    <sidefs.h>
  6. #endif
  7.  
  8. typedef struct
  9. {
  10.     char    *dat;
  11.     int        x1, y1, x2, y2;
  12. } P04PUTBLK_PARA_T;
  13.  
  14. extern void    HS04_putblk( P04PUTBLK_PARA_T *para );
  15. extern void    HS04_putblkPart( P04PUTBLK_PARA_T *para, FRAME_T *fr );
  16.  
  17. #endif
  18.